home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’97 / EDO Hack / source code / sources / HackWindows.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-06-28  |  954 b   |  29 lines  |  [TEXT/CWIE]

  1. /* ======================================================================== */
  2. /*    PoohWindows.h                © 1994 Gregory H. Dow. All rights reserved. */
  3. /* ======================================================================== */
  4.  
  5. #ifndef __WINDOWS__
  6. #include <Windows.h>
  7. #endif
  8.  
  9. #ifndef __MENUS__
  10. #include <Menus.h>
  11. #endif
  12.  
  13. OSErr AddListItem(Str255 url);
  14. void ClearList(void);
  15. void        CreateWindow(Str255 fileName);
  16. void        DestroyWindow(WindowPtr inWindow);
  17.  
  18. void        UpdateHackWindow(WindowPtr inWindow);
  19. void        ActivateHackWindow(WindowPtr inWindow);
  20. void        DeactivateHackWindow(WindowPtr inWindow);
  21.  
  22. void        DragHackWindow(EventRecord *inEvent, WindowPtr inWindow);
  23. void        GrowHackWindow(EventRecord *inEvent, WindowPtr inWindow);
  24. void        ZoomHackWindow(WindowPtr inWindow, short inDirection);
  25. void        ClickHackWindow(EventRecord *inEvent, WindowPtr inWindow);
  26.  
  27. void        AdjustWindowSize(WindowPtr inWindow);
  28.  
  29. void        KeyHackWindow(EventRecord *inEvent, WindowPtr inWindow);